###############################
##### Event by driftwood  #####
###############################
#EEP RUS Additions by Chimera##
# 	   and VM	      #	
###############################

# The Succession to the Duchy of Athens # 

event = { 
        id = 23009 
        random = NO 
        country = ATH 
	  trigger = { exists = BYZ }
        style = 1 
        date = {day = 1 month = january year = 1435 } 
        offset = 250 

        name = "EVENTNAME23009" 
        desc = "EVENTHIST23009" 

        action_a = { #Don't give the Duchy to the schismatic Greeks! 
                   name = "ACTIONNAME23009A" 
                   command = { type = domestic which = aristocracy value = 1 } 
                   command = { type = stability value = -1 } 
                   command = { type = relation which = TOS value = 100 } 
                   command = { type = relation which = BYZ value = -50 } 
		   command = { type = relation which = u19 value = -200 }
		   command = { type = trigger which = 95456 } #u19
                   } 
       action_b = { # Reunite with the Empire 
                   name = "ACTIONNAME23009B" 
                   command = { type = trigger which = 23010 } 
                   } 
       } 

#Romagna Restoration# 
event = { 
	id = 95301
	trigger = { 
		owned = { province = 357 data = -1 } 
		religion = CATHOLIC 
		atwar = no 
		NOT = { 
			exists = SPR
		} 
	} 
	random = no 
	country = ATH 
	name = "EVENTNAME95301" 
	desc = "EVENTHIST95301" 
	style = 1 

	date = { day = 1 month = january year = 1419 } 
	offset = 130 
	deathdate = { day = 1 month = january year = 1560 } 

	action_a = { 
		name = "ACTIONNAME95301A" 
		command = { type = capital which = 357 } 
		command = { type = stability value = 2 } 
		command = { type = diplomats value = 3 } 
		command = { type = merchants value = 4 } 
		command = { type = country which = SPR } 
		command = { type = addcore which = 356 } # Bulgaria
		command = { type = addcore which = 357 } # Thrace
		command = { type = addcore which = 358 } # Macedonia
		command = { type = addcore which = 359 } # Greece
		command = { type = addcore which = 360 } # Morea
		command = { type = addcore which = 361 } # Albania
		command = { type = addcore which = 478 } # Smyrna
		command = { type = addcore which = 479 } # Ionia
		command = { type = addcore which = 480 } # Crete
		command = { type = addcore which = 481 } # Rhodos
		command = { type = addcore which = 820 } # Corfu
		command = { type = addcore which = 320 } # Dobrudja
	} 
	action_b = { 
		name = "ACTIONNAME95301B" 
		command = { type = domestic which = CENTRALIZATION value = 1 } 
		command = { type = population which = -2 value = 20000 } 
		command = { type = addcore which = 357 } 
		command = { type = merchants value = 2 } 
		command = { type = provincetax which = -2 value = 4 } 
		command = { type = provincetax which = 357 value = -3 } 
	} 
} 

